home *** CD-ROM | disk | FTP | other *** search
/ Macademic for Students & Teachers / Macademic for Students and Teachers (Quantum Leap)(1992).iso / Mathematics / Mad Math Minute 2.0 / card_2921.txt < prev    next >
Text File  |  1988-02-21  |  8KB  |  428 lines

  1. -- card: 2921 from stack: in.0
  2. -- bmap block id: 0
  3. -- flags: 4000
  4. -- background id: 2601
  5. -- name: Problem
  6. ----- HyperTalk script -----
  7. on mouseUp
  8.   global StartTime
  9.   global MaxTime
  10.   global MaxProblems
  11.   put the secs into thisTime
  12.   subtract StartTime from thisTime
  13.   if thisTime > MaxTime then
  14.     subtract 1 from card field "Problem Number"
  15.     go card "Finish"
  16.     Evaluate
  17.     exit mouseUp
  18.   end if
  19.   get card field "Problem Number"
  20.   put it into pno
  21.   get short name of the target
  22.   put it into line pno of card field "AnswerList"
  23.   if pno >= MaxProblems then
  24.     go card "Finish"
  25.     Evaluate
  26.     exit mouseUp
  27.   end if
  28.   Add 1 to card field "Problem Number"
  29.   set the scroll of card field "ProblemList" to pno * the textHeight of card field "ProblemList"
  30. end mouseUp
  31.  
  32.  
  33.  
  34. -- part 1 (field)
  35. -- low flags: 01
  36. -- high flags: 0007
  37. -- rect: left=108 top=120 right=179 bottom=375
  38. -- title width / last selected line: 0
  39. -- icon id / first selected line: 0 / 0
  40. -- text alignment: 1
  41. -- font id: 0
  42. -- text size: 48
  43. -- style flags: 0
  44. -- line height: 64
  45. -- part name: ProblemList
  46.  
  47.  
  48. -- part 7 (button)
  49. -- low flags: 00
  50. -- high flags: A003
  51. -- rect: left=83 top=233 right=266 bottom=121
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 0 / 0
  54. -- text alignment: 1
  55. -- font id: 0
  56. -- text size: 12
  57. -- style flags: 0
  58. -- line height: 16
  59. -- part name: 2
  60.  
  61.  
  62. -- part 8 (button)
  63. -- low flags: 00
  64. -- high flags: A003
  65. -- rect: left=37 top=233 right=266 bottom=75
  66. -- title width / last selected line: 0
  67. -- icon id / first selected line: 0 / 0
  68. -- text alignment: 1
  69. -- font id: 0
  70. -- text size: 12
  71. -- style flags: 0
  72. -- line height: 16
  73. -- part name: 1
  74.  
  75.  
  76. -- part 11 (button)
  77. -- low flags: 00
  78. -- high flags: A003
  79. -- rect: left=128 top=233 right=266 bottom=166
  80. -- title width / last selected line: 0
  81. -- icon id / first selected line: 0 / 0
  82. -- text alignment: 1
  83. -- font id: 0
  84. -- text size: 12
  85. -- style flags: 0
  86. -- line height: 16
  87. -- part name: 3
  88.  
  89.  
  90. -- part 12 (button)
  91. -- low flags: 00
  92. -- high flags: A003
  93. -- rect: left=175 top=233 right=266 bottom=213
  94. -- title width / last selected line: 0
  95. -- icon id / first selected line: 0 / 0
  96. -- text alignment: 1
  97. -- font id: 0
  98. -- text size: 12
  99. -- style flags: 0
  100. -- line height: 16
  101. -- part name: 4
  102.  
  103.  
  104. -- part 13 (button)
  105. -- low flags: 00
  106. -- high flags: A003
  107. -- rect: left=220 top=233 right=266 bottom=258
  108. -- title width / last selected line: 0
  109. -- icon id / first selected line: 0 / 0
  110. -- text alignment: 1
  111. -- font id: 0
  112. -- text size: 12
  113. -- style flags: 0
  114. -- line height: 16
  115. -- part name: 5
  116.  
  117.  
  118. -- part 14 (button)
  119. -- low flags: 00
  120. -- high flags: A003
  121. -- rect: left=264 top=233 right=266 bottom=302
  122. -- title width / last selected line: 0
  123. -- icon id / first selected line: 0 / 0
  124. -- text alignment: 1
  125. -- font id: 0
  126. -- text size: 12
  127. -- style flags: 0
  128. -- line height: 16
  129. -- part name: 6
  130.  
  131.  
  132. -- part 15 (button)
  133. -- low flags: 00
  134. -- high flags: A003
  135. -- rect: left=307 top=233 right=266 bottom=345
  136. -- title width / last selected line: 0
  137. -- icon id / first selected line: 0 / 0
  138. -- text alignment: 1
  139. -- font id: 0
  140. -- text size: 12
  141. -- style flags: 0
  142. -- line height: 16
  143. -- part name: 7
  144.  
  145.  
  146. -- part 16 (button)
  147. -- low flags: 00
  148. -- high flags: A003
  149. -- rect: left=352 top=233 right=266 bottom=390
  150. -- title width / last selected line: 0
  151. -- icon id / first selected line: 0 / 0
  152. -- text alignment: 1
  153. -- font id: 0
  154. -- text size: 12
  155. -- style flags: 0
  156. -- line height: 16
  157. -- part name: 8
  158.  
  159.  
  160. -- part 17 (button)
  161. -- low flags: 00
  162. -- high flags: A003
  163. -- rect: left=397 top=233 right=266 bottom=435
  164. -- title width / last selected line: 0
  165. -- icon id / first selected line: 0 / 0
  166. -- text alignment: 1
  167. -- font id: 0
  168. -- text size: 12
  169. -- style flags: 0
  170. -- line height: 16
  171. -- part name: 9
  172.  
  173.  
  174. -- part 18 (button)
  175. -- low flags: 00
  176. -- high flags: A003
  177. -- rect: left=442 top=233 right=266 bottom=480
  178. -- title width / last selected line: 0
  179. -- icon id / first selected line: 0 / 0
  180. -- text alignment: 1
  181. -- font id: 0
  182. -- text size: 12
  183. -- style flags: 0
  184. -- line height: 16
  185. -- part name: 10
  186.  
  187.  
  188. -- part 19 (button)
  189. -- low flags: 00
  190. -- high flags: A003
  191. -- rect: left=36 top=282 right=315 bottom=74
  192. -- title width / last selected line: 0
  193. -- icon id / first selected line: 0 / 0
  194. -- text alignment: 1
  195. -- font id: 0
  196. -- text size: 12
  197. -- style flags: 0
  198. -- line height: 16
  199. -- part name: 11
  200.  
  201.  
  202. -- part 20 (button)
  203. -- low flags: 00
  204. -- high flags: A003
  205. -- rect: left=82 top=282 right=315 bottom=120
  206. -- title width / last selected line: 0
  207. -- icon id / first selected line: 0 / 0
  208. -- text alignment: 1
  209. -- font id: 0
  210. -- text size: 12
  211. -- style flags: 0
  212. -- line height: 16
  213. -- part name: 12
  214.  
  215.  
  216. -- part 21 (button)
  217. -- low flags: 00
  218. -- high flags: A003
  219. -- rect: left=126 top=282 right=315 bottom=164
  220. -- title width / last selected line: 0
  221. -- icon id / first selected line: 0 / 0
  222. -- text alignment: 1
  223. -- font id: 0
  224. -- text size: 12
  225. -- style flags: 0
  226. -- line height: 16
  227. -- part name: 13
  228.  
  229.  
  230. -- part 22 (button)
  231. -- low flags: 00
  232. -- high flags: A003
  233. -- rect: left=174 top=282 right=315 bottom=212
  234. -- title width / last selected line: 0
  235. -- icon id / first selected line: 0 / 0
  236. -- text alignment: 1
  237. -- font id: 0
  238. -- text size: 12
  239. -- style flags: 0
  240. -- line height: 16
  241. -- part name: 14
  242.  
  243.  
  244. -- part 23 (button)
  245. -- low flags: 00
  246. -- high flags: A003
  247. -- rect: left=222 top=282 right=315 bottom=260
  248. -- title width / last selected line: 0
  249. -- icon id / first selected line: 0 / 0
  250. -- text alignment: 1
  251. -- font id: 0
  252. -- text size: 12
  253. -- style flags: 0
  254. -- line height: 16
  255. -- part name: 15
  256.  
  257.  
  258. -- part 24 (button)
  259. -- low flags: 00
  260. -- high flags: A003
  261. -- rect: left=265 top=282 right=315 bottom=303
  262. -- title width / last selected line: 0
  263. -- icon id / first selected line: 0 / 0
  264. -- text alignment: 1
  265. -- font id: 0
  266. -- text size: 12
  267. -- style flags: 0
  268. -- line height: 16
  269. -- part name: 16
  270.  
  271.  
  272. -- part 25 (button)
  273. -- low flags: 00
  274. -- high flags: A003
  275. -- rect: left=309 top=282 right=315 bottom=347
  276. -- title width / last selected line: 0
  277. -- icon id / first selected line: 0 / 0
  278. -- text alignment: 1
  279. -- font id: 0
  280. -- text size: 12
  281. -- style flags: 0
  282. -- line height: 16
  283. -- part name: 17
  284.  
  285.  
  286. -- part 26 (button)
  287. -- low flags: 00
  288. -- high flags: A003
  289. -- rect: left=354 top=282 right=315 bottom=392
  290. -- title width / last selected line: 0
  291. -- icon id / first selected line: 0 / 0
  292. -- text alignment: 1
  293. -- font id: 0
  294. -- text size: 12
  295. -- style flags: 0
  296. -- line height: 16
  297. -- part name: 18
  298.  
  299.  
  300. -- part 27 (button)
  301. -- low flags: 00
  302. -- high flags: A003
  303. -- rect: left=398 top=282 right=315 bottom=436
  304. -- title width / last selected line: 0
  305. -- icon id / first selected line: 0 / 0
  306. -- text alignment: 1
  307. -- font id: 0
  308. -- text size: 12
  309. -- style flags: 0
  310. -- line height: 16
  311. -- part name: 19
  312.  
  313.  
  314. -- part 28 (button)
  315. -- low flags: 00
  316. -- high flags: A003
  317. -- rect: left=443 top=282 right=315 bottom=481
  318. -- title width / last selected line: 0
  319. -- icon id / first selected line: 0 / 0
  320. -- text alignment: 1
  321. -- font id: 0
  322. -- text size: 12
  323. -- style flags: 0
  324. -- line height: 16
  325. -- part name: 20
  326.  
  327.  
  328. -- part 29 (field)
  329. -- low flags: 81
  330. -- high flags: 0007
  331. -- rect: left=427 top=35 right=138 bottom=480
  332. -- title width / last selected line: 0
  333. -- icon id / first selected line: 0 / 0
  334. -- text alignment: 0
  335. -- font id: 3
  336. -- text size: 12
  337. -- style flags: 0
  338. -- line height: 16
  339. -- part name: AnswerList
  340.  
  341.  
  342. -- part 30 (field)
  343. -- low flags: 81
  344. -- high flags: 0000
  345. -- rect: left=443 top=160 right=182 bottom=469
  346. -- title width / last selected line: 0
  347. -- icon id / first selected line: 0 / 0
  348. -- text alignment: 0
  349. -- font id: 3
  350. -- text size: 12
  351. -- style flags: 0
  352. -- line height: 16
  353. -- part name: Problem Number
  354.  
  355.  
  356. -- part contents for card part 1
  357. ----- text -----
  358. 2 + 3
  359. 3 + 4
  360. 2 + 7
  361. 3 + 1
  362. 7 + 2
  363. 9 + 0
  364. 2 + 7
  365. 6 + 1
  366. 9 + 0
  367. 8 + 1
  368. 7 + 2
  369. 4 + 2
  370. 1 + 4
  371. 0 + 3
  372. 3 + 2
  373. 2 + 2
  374. 5 + 3
  375. 4 + 4
  376. 4 + 3
  377. 7 + 1
  378. 6 + 2
  379. 3 + 5
  380. 0 + 6
  381. 9 + 0
  382. 4 + 2
  383. 8 + 1
  384. 1 + 2
  385. 5 + 4
  386. 2 + 7
  387. 1 + 3
  388.  
  389. -- part contents for card part 3
  390. ----- text -----
  391. 5
  392.  
  393. -- part contents for card part 30
  394. ----- text -----
  395. 30
  396.  
  397. -- part contents for card part 29
  398. ----- text -----
  399. Problem
  400. 7
  401. 9
  402. 4
  403. 9
  404. 9
  405. 9
  406. 8
  407. 7
  408. 19
  409. 19
  410. 19
  411. 19
  412. 19
  413. 19
  414. 20
  415. 18
  416. 16
  417. 6
  418. 4
  419. 8
  420. 9
  421. 8
  422. 8
  423. 8
  424. 8
  425. 8
  426. 8
  427. 8
  428. 8